home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / bin / zfgrep < prev    next >
Text File  |  2009-04-28  |  64b  |  4 lines

  1. #!/bin/bash
  2. PATH=${GZIP_BINDIR-'/bin'}:$PATH
  3. exec zgrep -F "$@"
  4.